* dbus.texi (Receiving Method Calls): Describe special return value
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 27 Jul 2009 10:11:36 +0000 (10:11 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 27 Jul 2009 10:11:36 +0000 (10:11 +0000)
`:ignore'.

doc/misc/dbus.texi

index f1385f66b34fbf7a7de79ec9113d96b93226bdf3..3eb0076649d7c3cf102d338dbce5a220e32d2c45 100644 (file)
@@ -1273,6 +1273,9 @@ If @var{handler} wants to return just one Lisp object and it is not a
 cons cell, @var{handler} can return this object directly, instead of
 returning a list containing the object.
 
+In case @var{handler} shall return a reply message with an empty
+argument list, @var{handler} must return the symbol @code{:ignore}.
+
 The default D-Bus timeout when waiting for a message reply is 25
 seconds.  This value could be even smaller, depending on the calling
 client.  Therefore, @var{handler} shall not last longer than